home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / progjour / 1991 / 01 / test_blk.mak < prev    next >
Text File  |  1990-11-01  |  773b  |  44 lines

  1. #
  2. #
  3.  
  4. .ASM.OBJ:
  5.         masm $*/t/zi;
  6. #        tasm $*/t/zi;
  7. #        optasm    $* /g/t/zi;
  8.  
  9. block.obj:    block.asm asm.inc
  10.  
  11. ems.obj:    ems.asm asm.inc
  12.  
  13. dialog.obj:    dialog.asm asm.inc
  14.  
  15. dos_errs.obj:    dos_errs.asm asm.inc
  16.  
  17. file.obj:    file.asm asm.inc
  18.  
  19. malloc.obj:    malloc.asm asm.inc
  20.  
  21. misc.obj:    misc.asm asm.inc
  22.  
  23. perror.obj:    perror.asm asm.inc
  24.  
  25. rand.obj:    rand.asm asm.inc
  26.  
  27. startup2.obj:    startup2.asm asm.inc
  28.  
  29. stream.obj:    stream.asm asm.inc
  30.  
  31. strerror.obj:    strerror.asm asm.inc
  32.  
  33. swap.obj:    swap.asm asm.inc
  34.  
  35. term.obj:    term.asm asm.inc
  36.  
  37. test_blk.obj:    test_blk.asm asm.inc
  38.  
  39. test_blk.exe:    block.obj ems.obj dialog.obj file.obj malloc.obj misc.obj \
  40.         rand.obj startup2.obj stream.obj swap.obj test_blk.obj \
  41.         term.obj dos_errs.obj strerror.obj
  42.     link @test_blk.lnk
  43.  
  44.